Path: / {BASE} / context / {uuid}

Returns the content stored on this context

Path parameters:
uuid ([^#?]+) -

Resource Methods
Method Summary
NameDescription
GET /{BASE}/context/{uuid}?format=…Returns the content stored on this context
DELETE /{BASE}/context/{uuid}Deletes a named graph from the system

Method Detail

GET /{BASE}/context/{uuid}

Returns the content stored on this context

HTTP Example:
GET /{BASE}/context/{uuid}?format=…
Accept: …
API Example:

ContextWebService.getContext({'format': /* format format requested (overwrites accept header) */,
  'uuid': /* Returns the content stored on this context */,
  'Accept': /* accept Accept HTTP header */});

Output:
Response - redirects to the export service
Query parameters:
format - format requested (overwrites accept header)
Header parameters:
Accept - Accept HTTP header

DELETE /{BASE}/context/{uuid}

Deletes a named graph from the system

HTTP Example:
DELETE /{BASE}/context/{uuid}
API Example:

ContextWebService.deleteContext({'uuid': /* uuid context identifier */});

Output:
Response - status code